home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Spreadsheets / Lotus 1-2-3 Demo / 1-2-3•Balloons / 1-2-3•Balloons.rsrc / STR#_10102.txt < prev    next >
Text File  |  1992-10-16  |  713b  |  17 lines

  1. Returns the logical value 1.
  2.  
  3. Tests x. Returns 1 (true) if x is a text string or text cell; returns 0 (false) if x is a value, NA, ERR, or blank cell.
  4.  
  5. Returns 1 (true) if a text string is a defined range name; returns 0 (false) if it is not.
  6.  
  7. Tests x. Returns 1 (true) if x is a value or a blank cell; returns 0 (false) if x is a text string or a range.
  8.  
  9. Tests x for the value NA. Returns 1 (true) if x is the value NA; returns 0 (false) if x is not the value NA.
  10.  
  11. Tests x for the value ERR. Returns 1 (true) if x is the value ERR; returns 0 (false) if x is not the value ERR.
  12.  
  13. Returns one value (x) if a condition is true, and another value (y) if the condition is false.
  14.  
  15. Returns the logical value 0 (false).
  16.  
  17.